const text/template/parse.leftComment

3 uses

	text/template/parse (current package)
		lex.go#L265: 	leftComment  = "/*"
		lex.go#L330: 	if strings.HasPrefix(l.input[l.pos+afterMarker:], leftComment) {
		lex.go#L345: 	l.pos += Pos(len(leftComment))